home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
dviware
/
dvibit
/
makefile
< prev
next >
Wrap
Makefile
|
1990-10-01
|
449b
|
16 lines
#
# Makefile for dvibit Version ?.?? 21 January 1984 James L. Schaad
# modified from dvibit Version 1.01 1 December 1983 Mark Seen
#
#
# The following definition tells where the bit maps for this program
# are stored. Remember to also change the name of the font area in
# the man page, dvibit.1
FONTAREA=/usr/lib/tex/fonts/
#
all: dvibit
dvibit: Makefile dvibit.c commands.h
cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c